'Declaration Public Function New( _ ByVal collection As IDataCollection(Of Object), _ ByVal dataIndex As Integer, _ Optional ByVal isCollapsed As Boolean _ )
public GridGroupRow( IDataCollection<object> collection, int dataIndex, bool isCollapsed )
Parameters
- collection
- The collection containing the item.
- dataIndex
- Index of the data inside the collection.
- isCollapsed
- Sets whether the row is initially collapsed.